AllJoynUnity.AllJoyn.SessionOpts.alljoyn_sessionopts_create C# (CSharp) Méthode

alljoyn_sessionopts_create() private méthode

private alljoyn_sessionopts_create ( byte traffic, int isMultipoint, byte proximity, ushort transports ) : IntPtr
traffic byte
isMultipoint int
proximity byte
transports ushort
Résultat System.IntPtr
            private static extern IntPtr alljoyn_sessionopts_create(byte traffic, int isMultipoint,
				byte proximity, ushort transports);