Package deltavsoft :: Module rcfproto :: Class Win32NamedPipeEndpoint
[frames] | no frames]

Class Win32NamedPipeEndpoint

source code

_object --+    
          |    
   Endpoint --+
              |
             Win32NamedPipeEndpoint

Represents a Win32 named pipe endpoint. Only available on Windows platforms.

Instance Methods
 
__init__(self, *args)
Constructs a Win32 named pipe endpoint with the given pipe name.
source code
Method Details

__init__(self, *args)
(Constructor)

source code 

Constructs a Win32 named pipe endpoint with the given pipe name.

Overrides: Endpoint.__init__