Click or drag to resize
ISerialReadHexString Method (Byte, Int32, Int32)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string ReadHexString(
	byte inSyncBye,
	int inMaxBytes,
	int inMaxTimeMS
)

Parameters

inSyncBye
Type: SystemByte
inMaxBytes
Type: SystemInt32
inMaxTimeMS
Type: SystemInt32

Return Value

Type: String
See Also