Click or drag to resize

ServiceRecordCreatorCompleteHeaderWrite Method

Namespace:  InTheHand.Net.Bluetooth
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected virtual void CompleteHeaderWrite(
	ServiceRecordCreatorHeaderWriteState headerState,
	byte[] buf,
	int offsetAtEndOfWritten,
	out int totalLength
)

Parameters

headerState
Type: InTheHand.Net.BluetoothServiceRecordCreatorHeaderWriteState
buf
Type: SystemByte
offsetAtEndOfWritten
Type: SystemInt32
totalLength
Type: SystemInt32
See Also