namespace StarMicronics.ReactNative.StarIO10 { class EventParameter { public static readonly string KeyIdentifier = "identifier"; public static readonly string KeyErrorIdentifier = "errorIdentifier"; public static readonly string KeyDrawerOpenCloseSignalState = "openCloseSignal"; public static readonly string KeyInputDeviceData = "data"; public static readonly string KeyInterfaceType = "interfaceType"; public static readonly string KeyModel = "model"; public static readonly string KeyEmulation = "emulation"; public static readonly string KeyReserved = "reserved"; public static readonly string KeyConnectionIdentifier = "connectionIdentifier"; } }