MissionPlanner.MAVLinkInterface.getDatastream C# (CSharp) Method

getDatastream() private method

private getDatastream ( MAVLink id, byte hzrate ) : void
id MAVLink
hzrate byte
return void
        private void getDatastream(MAVLink.MAV_DATA_STREAM id, byte hzrate)
        {
            getDatastream(MAV.sysid, MAV.compid, id, hzrate);
        }

Same methods

MAVLinkInterface::getDatastream ( byte sysid, byte compid, MAVLink id, byte hzrate ) : void