Click or drag to resize

ExtensibilityDataInfo Constructor (String, String, Byte)

Initializes a new instance of the ExtensibilityDataInfo class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public ExtensibilityDataInfo(
	string strName,
	string strDataName,
	byte[] data
)

Parameters

strName
Type: SystemString
strDataName
Type: SystemString
data
Type: SystemByte
See Also