Property | Type | Description | |
---|---|---|---|
buffer | byte[] |
Method | Description | |
---|---|---|
Read ( byte data ) : int | ||
SetupM8P ( ICommsSerial port, MissionPlanner.Utilities.PointLatLngAlt basepos, int surveyindur, double surveyinacc ) : void | ||
generate ( byte cl, byte subclass, byte payload ) : byte[] | ||
poll_msg ( ICommsSerial port, byte clas, byte subclass ) : void | ||
turnon_off ( ICommsSerial port, byte clas, byte subclass, byte every_xsamples ) : void |
Method | Description | |
---|---|---|
ubx_checksum ( byte packet, int size, int offset = 2 ) : byte[] |
public SetupM8P ( ICommsSerial port, MissionPlanner.Utilities.PointLatLngAlt basepos, int surveyindur, double surveyinacc ) : void | ||
port | ICommsSerial | |
basepos | MissionPlanner.Utilities.PointLatLngAlt | |
surveyindur | int | |
surveyinacc | double | |
return | void |
public static generate ( byte cl, byte subclass, byte payload ) : byte[] | ||
cl | byte | |
subclass | byte | |
payload | byte | |
return | byte[] |
public poll_msg ( ICommsSerial port, byte clas, byte subclass ) : void | ||
port | ICommsSerial | |
clas | byte | |
subclass | byte | |
return | void |
public turnon_off ( ICommsSerial port, byte clas, byte subclass, byte every_xsamples ) : void | ||
port | ICommsSerial | |
clas | byte | |
subclass | byte | |
every_xsamples | byte | |
return | void |