Click or drag to resize

OpsCommandLegacyKeyCodeAttribute Constructor (Int32, Int32)

Initializes a new instance of the OpsCommandLegacyKeyCodeAttribute class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public OpsCommandLegacyKeyCodeAttribute(
	int function,
	int type
)

Parameters

function
Type: SystemInt32
type
Type: SystemInt32
See Also