public CommandFrame(
ushort idCode,
DeviceCommand command,
byte version
)
Public Sub New (
idCode As UShort,
command As DeviceCommand,
version As Byte
)
public:
CommandFrame(
unsigned short idCode,
DeviceCommand command,
unsigned char version
)
Gemstone.PhasorProtocols.IEEEC37_118.CommandFrame = function(idCode, command, version);