RawConn
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.syscall
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
Control
// .NET, .NET Standard 2.0
method Control(f: Action<System.UIntPtr>): error
// Island
method Control(f: Action<RemObjects.Elements.System.NativeUInt>): error
// .NET, .NET Standard 2.0
error Control(Action<System.UIntPtr> f)
// Island
error Control(Action<RemObjects.Elements.System.NativeUInt> f)
// .NET, .NET Standard 2.0
func Control(_ f: Action<System.UIntPtr>) -> error
// Island
func Control(_ f: Action<RemObjects.Elements.System.NativeUInt>) -> error
Parameters:
- f:
Read
// .NET, .NET Standard 2.0
method Read(f: Func<UIntPtr, Boolean>): error
// Island
method Read(f: Func<RemObjects.Elements.System.NativeUInt,RemObjects.Elements.System.Boolean>): error
// .NET, .NET Standard 2.0
error Read(Func<UIntPtr, Boolean> f)
// Island
error Read(Func<RemObjects.Elements.System.NativeUInt,RemObjects.Elements.System.Boolean> f)
// .NET, .NET Standard 2.0
func Read(_ f: Func<UIntPtr, Boolean>) -> error
// Island
func Read(_ f: Func<RemObjects.Elements.System.NativeUInt,RemObjects.Elements.System.Boolean>) -> error
Parameters:
- f:
Write
// .NET, .NET Standard 2.0
method Write(f: Func<UIntPtr, Boolean>): error
// Island
method Write(f: Func<RemObjects.Elements.System.NativeUInt,RemObjects.Elements.System.Boolean>): error
// .NET, .NET Standard 2.0
error Write(Func<UIntPtr, Boolean> f)
// Island
error Write(Func<RemObjects.Elements.System.NativeUInt,RemObjects.Elements.System.Boolean> f)
// .NET, .NET Standard 2.0
func Write(_ f: Func<UIntPtr, Boolean>) -> error
// Island
func Write(_ f: Func<RemObjects.Elements.System.NativeUInt,RemObjects.Elements.System.Boolean>) -> error
Parameters:
- f: