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

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool WriteBytes(
	byte[] inData,
	int inStart,
	int inLenght
)

Parameters

inData
Type: SystemByte
inStart
Type: SystemInt32
inLenght
Type: SystemInt32

Return Value

Type: Boolean
See Also