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

 

// .NET, .NET Standard 2.0
func Control(f Action<System.UIntPtr>) error
// Island
func Control(f Action<RemObjects.Elements.System.NativeUInt>) error

 

// .NET, .NET Standard 2.0
Function Control(f As Action<System.UIntPtr>) As error
// Island
Function Control(f As Action<RemObjects.Elements.System.NativeUInt>) As 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

 

// .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

 

// .NET, .NET Standard 2.0
Function Read(f As Func (Of UIntPtr, Boolean)) As error
// Island
Function Read(f As Func<RemObjects.Elements.System.NativeUInt,RemObjects.Elements.System.Boolean>) As 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

 

// .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

 

// .NET, .NET Standard 2.0
Function Write(f As Func (Of UIntPtr, Boolean)) As error
// Island
Function Write(f As Func<RemObjects.Elements.System.NativeUInt,RemObjects.Elements.System.Boolean>) As error

Parameters:

  • f: