コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: zhubin-12/32feet
/*
 * Set the GroupID attribute of a service
 */
        void sdp_set_group_id(sdp_record_t *rec, uuid_t grouuuid);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: zhubin-12/32feet
/*
 * Set the ServiceID attribute of a service.
 */
        void sdp_set_service_id(sdp_record_t *rec, uuid_t uuid);