[Pyobjc-dev] Using C Datatypes
Brought to you by:
ronaldoussoren
From: Jan-Hendrik H. <j-h...@tu...> - 2009-10-09 15:10:14
|
Hi! Maybe this question was answered before, but I couldn't find it in the archive. How can I use C data types in Python? Concrete: I want to use - (NSInteger)write:(const uint8_t *)buffer maxLength:(NSUInteger)length of the NSOutputStream class. How can I create the buffer? Thanks Jan |