Click or drag to resize
TappyError.LookUp Method

[This is preliminary documentation and is subject to change.]

Converts an error code to a human readable error

Namespace: TapTrack.Tcmp.Communication
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public 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