[This is preliminary documentation and is subject to change.]
Converts an error code to a human readable error
Namespace: TapTrack.Tcmp.CommunicationAssembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntaxpublic static string LookUp(
byte[] commandFamily,
byte errorCode
)
Parameters
- commandFamily
- Type:System.Byte[]
command family of frame - errorCode
- Type: System.Byte
Error code of an application frame
Return Value
Type:
String
See Also