CFSocketCallBackType Enum

Definition

An enumeration whose values can be used with the DisableCallBacks(CFSocketCallBackType) and EnableCallBacks(CFSocketCallBackType) methods.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum CFSocketCallBackType
[<ObjCRuntime.Native>]
[<System.Flags>]
type CFSocketCallBackType = 
Inheritance
CFSocketCallBackType
Attributes

Fields

Name Value Description
NoCallBack 0
ReadCallBack 1
AcceptCallBack 2
DataCallBack 3
ConnectCallBack 4
WriteCallBack 8

Applies to