예제 #1
0
 //  [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamSetOption(nabto_stream_t *stream, nabto_stream_option_t optionName, void *optionValue, nuint optionLength);
예제 #2
0
 //[Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamConnectionType(nabto_stream_t *stream, nabto_connection_type_t *type);
예제 #3
0
 // [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamWrite(nabto_stream_t *stream, sbyte *buf, nuint len);
예제 #4
0
 // [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamReadIntoBuf(nabto_stream_t *stream, sbyte *buffer, nuint bufLen, nuint *resultLen);
예제 #5
0
 //  [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamRead(nabto_stream_t *stream, sbyte **resultBuffer, nuint *resultLen);
예제 #6
0
 // [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamClose(nabto_stream_t *stream);